Drop unneeded includes of gdkkeysyms.h
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Jul 2011 21:08:30 +0000 (17:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:57 +0000 (16:08 -0400)
Just a minor cleanup; gtk.h includes this header in GTK+ 3.

gtk/a11y/gailbutton.c
gtk/a11y/gtkcomboboxaccessible.c
gtk/a11y/gtkentryaccessible.c
gtk/a11y/gtkexpanderaccessible.c
gtk/a11y/gtknotebookpageaccessible.h
gtk/a11y/gtkrangeaccessible.c

index 6885cf47c9c39830dc24d5e2b503f76e6178c58a..3ee8cebcc3e6db308b33004869fe9aa0e6c7d06a 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <string.h>
 #include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
 #include "gailbutton.h"
 #include <libgail-util/gailmisc.h>
 
index 5f48459e697c20fba5d67efbe2d167d3bbeedca4..0e3c3f767435bd426318b285b4b88bd4ed0a9527 100644 (file)
@@ -20,7 +20,6 @@
 #include "config.h"
 
 #include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
 #include "gtkcomboboxaccessible.h"
 
 
index 1f42be52abb68e858b94840affde87fba24f2f31..66b5af7b73a0583dc19a8e380b04f871656f2e12 100644 (file)
@@ -22,7 +22,6 @@
 #include <string.h>
 #include <gtk/gtk.h>
 #include "gtkpango.h"
-#include <gdk/gdkkeysyms.h>
 #include "gtkentryaccessible.h"
 #include "gtkcomboboxaccessible.h"
 
index ab599f9d24d28d9c8b73252a201ca155b0937463..3ad5bd281db0d0240174a1b194f9da16204e1131 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <string.h>
 #include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
 #include "gtkexpanderaccessible.h"
 
 static void atk_action_interface_init (AtkActionIface *iface);
index c40284595dae454f01907fa49dadec957e11c27b..7a5fd14f061d7aa8afc98d908d39811aff314f70 100644 (file)
@@ -21,7 +21,6 @@
 #define __GTK_NOTEBOOK_PAGE_ACCESSIBLE_H__
 
 #include "gtknotebookaccessible.h"
-#include "gailtextutil.h"
 
 G_BEGIN_DECLS
 
@@ -40,7 +39,6 @@ struct _GtkNotebookPageAccessible
   AtkObject parent;
 
   GtkAccessible *notebook;
-
   GtkWidget *child;
 };
 
index bcc0b77b9742b3be4912bb003911fb9c66189abc..e4b2dbe46b89fc6c8363f8391696ab2929f36c22 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <string.h>
 #include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
 #include "gtkrangeaccessible.h"